home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Source / Applications / BuildaDudeII / BuildaDudeIIAppController.h < prev    next >
Encoding:
Text File  |  1995-03-22  |  226 b   |  18 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface BuildaDudeIIAppController:Object
  5. {
  6.   id  docList;
  7.   id  currentDoc;
  8.   id  infoPanel;
  9. }
  10.  
  11. - newWell:sender;
  12. - open:sender;
  13. - close:sender;
  14. - showInfoPanel:sender;
  15. - docIsClosing:doc;
  16.  
  17. @end
  18.